home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template.swf / scripts / DefineButton2_635 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  1999-09-02  |  96 b   |  8 lines

  1. on(press){
  2.    tellTarget("_level5")
  3.    {
  4.       gotoAndStop("stop");
  5.       play();
  6.    }
  7. }
  8.